VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPolylineSlice Class / MprPolylineSlice Constructors / MprPolylineSlice Constructor(VintasoftPoint3D,VintasoftVector3D,VintasoftPoint[],VintasoftVector3D,Double)
Syntax Exceptions Requirements SeeAlso
In This Topic
MprPolylineSlice Constructor(VintasoftPoint3D,VintasoftVector3D,VintasoftPoint[],VintasoftVector3D,Double)
In This Topic
Initializes a new instance of the MprPolylineSlice class.
Syntax

Parameters

location
Location of the MPR polyline slice.
xAxis
The X-axis direction vector of the MPR polyline slice.
xAxisPolylinePoints
X axis polyline points.
yAxis
The Y-axis direction vector of the MPR polyline slice.
height
Height of the MPR polyline slice.
Exceptions
ExceptionDescription
Thrown if the X-axis or Y-axis direction vector is not a unit vector.
Thrown if the slice height is less than or equal to zero.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also